

Deploying Delphi 8.0 for the Microsoft .NET Framework
Applications


Please read this entire file before deploying Delphi 8
 for .NET applications, components, or libraries. This
file is provided pursuant to the Borland License Terms 
and provides information on deploying Delphi 8 for .NET
applications.

Table of Contents
___________________________________________________________

  1.  General Application Deployment
  2.  Components and Assemblies
      2.1 Distributing Custom Assemblies
      2.2 Borland Runtime Assemblies
      2.3 Runtime Assemblies: Architect Edition
      2.4 Runtime Assemblies: Enterprise Edition
      2.5 Runtime Assemblies: Professional Edition
  3.  Microsoft .NET SDK Runtime Assemblies
  4.  Delphi 8 for .NET Utilities
  5.  Removed Or Modified "Redistributable" Files


1. General Application Deployment

Any Delphi 8 for .NET application that you build needs to
run in an environment that has the Microsoft .NET Framework
v1.1 redistributables installed.  Please see the standard
licensing information that ships with the Microsoft .NET
Framework application to determine what assemblies are
redistributable.

When building applications using Delphi 8 for .NET, provide 
your executable file and any assemblies not included in the
.NET framework runtime that it calls. If you used runtime
assemblies not included in the .NET Framework runtime with
your application, be sure to include all required
assemblies with your distribution.

For third party deployables, please see the third party
documentation included with this product for other
redistribution limitations.

2. Components and Assemblies

2.1 Distributing Custom Assemblies
-----------------------------------------------

If you distribute Delphi for .NET assemblies to other
developers, be sure to supply the necessary files
including .DLL, .dcpil, .dcuil, or executable files
as required. Also, include any documentation you
might have.


2.2 Borland Runtime Assemblies
-------------------------------------------

In accordance with the General Terms That Apply to
Compiled Programs and Redistributables, you may
redistribute Borland-supplied runtime assemblies only for
the purpose of executing Works created with Delphi 8 for
.NET. You may not modify these assemblies in any way.


The redistributable runtime assemblies are installed in
the GAC (Global Assembly Cache).  These assemblies can be
viewed in three ways:

- Navigate to either the [Common Files Directory]\Borland
Shared\BDS\Shared Assemblies\2.0 directory or [Program
Files Directory]\Borland\BDS\2.0\Bin directory.  The
assembly file location is dependent on whether the assembly
is a shared assembly.

- Use the Microsoft .NET Framework 1.1 Configuration
Wizard.  You can access this wizard in Microsoft .NET
Framework 1.1 by selecting Control Panel | Administrative
Tools.

- Use the command-line tool, gacutil.exe, which ships with
the Microsoft .NET Framework 1.1 SDK.

Although this software may include assemblies other than
those listed below, only the assemblies identified below
as redistributable may be redistributed by you.  For third
party deployables, please see the third party documentation
included with this product for other redistribution
limitations.

You may NOT redeploy Borland-supplied design-time only
assemblies. If an assembly is not listed in this document
then it is considered a design-time only assembly.You may
not recompile or redistribute any Borland-supplied
components or libraries for use by other developers.

Assemblies that you develop may not have the same names as
Borland-supplied assemblies. 


2.3 Runtime Assemblies: Architect Edition
-----------------------------------------------------------

If you are a licensed user of Delphi 8 for .NET Architect,
redistributable runtime assemblies include the following:

Borland.Data.Common.dll
Borland.Data.Db2.dll, bdpdb215.dll
Borland.Data.Interbase.dll, bdpint15.dll
Borland.Data.Msacc.dll, bdpmsa15.dll
Borland.Data.Mssql.dll, bdpmss15.dll
Borland.Data.Oracle.dll, bdpora15.dll
Borland.Data.Provider.dll
Borland.Delphi.dll
Borland.Eco.Core.dll
Borland.Eco.Handles.dll
Borland.Eco.Interfaces.dll
Borland.Eco.Ocl.ParserCore.dll
Borland.Eco.Persistence.dll
Borland.Vcl.dll
Borland.VclActnBand.dll
Borland.VclAdoNet.dll
Borland.VclBdeRtl.dll
Borland.VclDbCtrls.dll
Borland.VclDbRtl.dll
Borland.VclDbxCds.dll
Borland.VclDSnap.dll
Borland.VclDSnapCon.dll
Borland.VclInterop.dll
Borland.VclRtl.dll
Borland.VclX.dll
Borland.VclDbExpress.dll
Borland.VclIBXpress.dll
Nevrona.Rave.Vcl.dll 

2.4 Runtime Assemblies: Enterprise Edition
-----------------------------------------------------------

If you are a licensed user of Delphi 8 for .NET Enterprise,
redistributable runtime assemblies include the following:

Borland.Data.Common.dll
Borland.Data.Db2.dll, bdpdb215.dll
Borland.Data.Interbase.dll, bdpint15.dll
Borland.Data.Msacc.dll, bdpmsa15.dll
Borland.Data.Mssql.dll, bdpmss15.dll
Borland.Data.Oracle.dll, bdpora15.dll
Borland.Data.Provider.dll
Borland.Delphi.dll
Borland.Vcl.dll
Borland.VclActnBand.dll
Borland.VclAdoNet.dll
Borland.VclBdeRtl.dll
Borland.VclDbCtrls.dll
Borland.VclDbRtl.dll
Borland.VclDbxCds.dll
Borland.VclDSnap.dll
Borland.VclDSnapCon.dll
Borland.VclInterop.dll
Borland.VclRtl.dll
Borland.VclX.dll
Borland.VclDbExpress.dll
Borland.VclIBXpress.dll
Nevrona.Rave.Vcl.dll 

2.5 Runtime Assemblies: Professional Edition
-----------------------------------------------------------

If you are a licensed user of Delphi 8 for .NET
Professional, redistributable runtime assemblies include
the following:

Borland.Data.Common.dll
Borland.Data.Interbase.dll (local use only), bdpint15.dll
Borland.Data.Msacc.dll, bdpmsa15.dll
Borland.Data.Mssql.dll (local use only), bdpmss15.dll
Borland.Data.Provider.dll
Borland.Delphi.dll
Borland.Vcl.dll
Borland.VclActnBand.dll
Borland.VclAdoNet.dll
Borland.VclBdeRtl.dll
Borland.VclDbCtrls.dll
Borland.VclDbRtl.dll
Borland.VclDbxCds.dll
Borland.VclDSnap.dll
Borland.VclDSnapCon.dll
Borland.VclInterop.dll
Borland.VclRtl.dll
Borland.VclX.dll
Borland.VclDbExpress.dll
Borland.VclIBXpress.dll
Nevrona.Rave.Vcl.dll 

3. Microsoft .NET SDK runtime assemblies

Please refer to the Microsoft .NET SDK license agreement
to determine what Microsoft .NET SDK runtime assemblies
are redistributable.


4. Delphi 8 for .NET Utilities

The utility programs included with Delphi 8 for .NET may
NOT be redistributed with deployed applications. These
utility programs include, but are not limited to:

  Data Explorer
  Reflection
  Remote Debugger
  License Manager


5. Removed or modified "Redistributable" files

Borland RESERVES THE RIGHT TO REMOVE OR MODIFY INDIVIDUAL
REDISTRIBUTABLE FILES FROM THIS BORLAND SOFTWARE PRODUCT,
AT ANY TIME PRIOR TO RELEASE OF THE PRODUCT, REGARDLESS OF
WHETHER SUCH FILES CONTINUE TO BE LISTED AS
"REDISTRIBUTABLE" UPON RELEASE OF THE PRODUCT. BORLAND
SHALL HAVE NO OBLIGATION WHATSOEVER IN CONNECTION WITH ANY
FILE WHICH IS LISTED AS "REDISTRIBUTABLE" BUT HAS BEEN
REMOVED FROM THE PRODUCT PRIOR TO THE PRODUCT'S RELEASE.



Unless otherwise noted, all materials provided in this
release is Copyright 2003 by Borland Software
Corporation.
_________________________ END _____________________________




